home *** CD-ROM | disk | FTP | other *** search
/ Delphi 5 for Professionals / DELPHI5.iso / AddOns / Components / TEECHART / Src Code / TEEGRIED.DFM / TEEGRIED.txt
Encoding:
Text File  |  1998-10-24  |  3.8 KB  |  205 lines

  1. object Grid3DSeriesEditor: TGrid3DSeriesEditor
  2.   Left = 246
  3.   Top = 165
  4.   BorderStyle = bsDialog
  5.   ClientHeight = 115
  6.   ClientWidth = 363
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   OnShow = FormShow
  15.   TextHeight = 13
  16.   object GroupBox1: TGroupBox
  17.     Left = 8
  18.     Top = 6
  19.     Width = 233
  20.     Height = 102
  21.     Caption = 'Color Mode:'
  22.     TabOrder = 0
  23.     object Shape1: TShape
  24.       Left = 107
  25.       Top = 17
  26.       Width = 26
  27.       Height = 23
  28.       OnMouseUp = Shape1MouseUp
  29.     end
  30.     object Label2: TLabel
  31.       Left = 106
  32.       Top = 48
  33.       Width = 26
  34.       Height = 13
  35.       Alignment = taRightJustify
  36.       Caption = 'From:'
  37.     end
  38.     object Shape2: TShape
  39.       Left = 143
  40.       Top = 42
  41.       Width = 26
  42.       Height = 23
  43.       OnMouseUp = Shape2MouseUp
  44.     end
  45.     object Label3: TLabel
  46.       Left = 175
  47.       Top = 48
  48.       Width = 16
  49.       Height = 13
  50.       Alignment = taRightJustify
  51.       Caption = 'To:'
  52.     end
  53.     object Shape3: TShape
  54.       Left = 198
  55.       Top = 42
  56.       Width = 26
  57.       Height = 23
  58.       OnMouseUp = Shape3MouseUp
  59.     end
  60.     object Label4: TLabel
  61.       Left = 105
  62.       Top = 74
  63.       Width = 30
  64.       Height = 13
  65.       Alignment = taRightJustify
  66.       Caption = 'S&teps:'
  67.       FocusControl = SEPalette
  68.     end
  69.     object RGColor: TRadioButton
  70.       Left = 8
  71.       Top = 20
  72.       Width = 89
  73.       Height = 17
  74.       Caption = '&Series Color:'
  75.       TabOrder = 0
  76.       OnClick = RGColorClick
  77.     end
  78.     object RGRange: TRadioButton
  79.       Left = 8
  80.       Top = 46
  81.       Width = 89
  82.       Height = 17
  83.       Caption = '&Color Range:'
  84.       TabOrder = 1
  85.       OnClick = RGRangeClick
  86.     end
  87.     object RGPalette: TRadioButton
  88.       Left = 8
  89.       Top = 72
  90.       Width = 89
  91.       Height = 17
  92.       Caption = '&Use Palette:'
  93.       TabOrder = 2
  94.       OnClick = RGPaletteClick
  95.     end
  96.     object SEPalette: TEdit
  97.       Left = 143
  98.       Top = 71
  99.       Width = 33
  100.       Height = 21
  101.       HelpContext = 345
  102.       TabOrder = 3
  103.       Text = '0'
  104.       OnChange = SEPaletteChange
  105.     end
  106.     object UDPalette: TUpDown
  107.       Left = 176
  108.       Top = 71
  109.       Width = 15
  110.       Height = 21
  111.       TabOrder = 4
  112.       Associate = SEPalette
  113.       Min = 1
  114.     end
  115.   end
  116.   object GroupBox2: TGroupBox
  117.     Left = 248
  118.     Top = 6
  119.     Width = 105
  120.     Height = 102
  121.     Caption = 'Grid size:'
  122.     TabOrder = 1
  123.     object Label1: TLabel
  124.       Left = 16
  125.       Top = 23
  126.       Width = 10
  127.       Height = 13
  128.       Caption = '&X:'
  129.       FocusControl = SEXGrid
  130.     end
  131.     object Label5: TLabel
  132.       Left = 16
  133.       Top = 51
  134.       Width = 10
  135.       Height = 13
  136.       Caption = '&Z:'
  137.       FocusControl = SEZGrid
  138.     end
  139.     object Label6: TLabel
  140.       Left = 16
  141.       Top = 80
  142.       Width = 32
  143.       Height = 13
  144.       Caption = '&Depth:'
  145.     end
  146.     object SEXGrid: TEdit
  147.       Left = 46
  148.       Top = 20
  149.       Width = 33
  150.       Height = 21
  151.       HelpContext = 738
  152.       TabOrder = 0
  153.       Text = '0'
  154.       OnChange = SEZGridChange
  155.     end
  156.     object UDXGrid: TUpDown
  157.       Left = 79
  158.       Top = 20
  159.       Width = 15
  160.       Height = 21
  161.       TabOrder = 1
  162.       Associate = SEXGrid
  163.       Min = 1
  164.     end
  165.     object SEZGrid: TEdit
  166.       Left = 46
  167.       Top = 48
  168.       Width = 33
  169.       Height = 21
  170.       HelpContext = 738
  171.       TabOrder = 2
  172.       Text = '0'
  173.       OnChange = SEZGridChange
  174.     end
  175.     object UDZGrid: TUpDown
  176.       Left = 79
  177.       Top = 48
  178.       Width = 15
  179.       Height = 21
  180.       TabOrder = 3
  181.       Associate = SEZGrid
  182.       Min = 1
  183.     end
  184.     object EDepth: TEdit
  185.       Left = 55
  186.       Top = 75
  187.       Width = 24
  188.       Height = 21
  189.       HelpContext = 738
  190.       TabOrder = 4
  191.       Text = '0'
  192.       OnChange = EDepthChange
  193.     end
  194.     object UDDepth: TUpDown
  195.       Left = 79
  196.       Top = 75
  197.       Width = 15
  198.       Height = 21
  199.       TabOrder = 5
  200.       Associate = EDepth
  201.       Min = 1
  202.     end
  203.   end
  204. end
  205.